home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / _gripperSkinStyle.as < prev    next >
Text File  |  2009-02-12  |  1KB  |  39 lines

  1. package
  2. {
  3.    import mx.core.IFlexModuleFactory;
  4.    import mx.styles.CSSStyleDeclaration;
  5.    import mx.styles.StyleManager;
  6.    
  7.    public class _gripperSkinStyle
  8.    {
  9.       
  10.       private static var _embed_css_gripper_up_png_1118668093:Class = _gripperSkinStyle__embed_css_gripper_up_png_1118668093;
  11.        
  12.       
  13.       public function _gripperSkinStyle()
  14.       {
  15.          super();
  16.       }
  17.       
  18.       public static function init(param1:IFlexModuleFactory) : void
  19.       {
  20.          var fbs:IFlexModuleFactory = param1;
  21.          var style:CSSStyleDeclaration = StyleManager.getStyleDeclaration(".gripperSkin");
  22.          if(!style)
  23.          {
  24.             style = new CSSStyleDeclaration();
  25.             StyleManager.setStyleDeclaration(".gripperSkin",style,false);
  26.          }
  27.          if(style.defaultFactory == null)
  28.          {
  29.             style.defaultFactory = function():void
  30.             {
  31.                this.upSkin = _embed_css_gripper_up_png_1118668093;
  32.                this.overSkin = _embed_css_gripper_up_png_1118668093;
  33.                this.downSkin = _embed_css_gripper_up_png_1118668093;
  34.             };
  35.          }
  36.       }
  37.    }
  38. }
  39.